Xceed Toolkit Plus for WPF v5.1 Documentation
Xceed.Wpf.Toolkit Assembly / Xceed.Wpf.Toolkit.PropertyGrid.Editors Namespace / TypeEditor<T> Class
The type of element the editor is capable of editing..
Members


In This Topic
    TypeEditor<T> Class
    In This Topic

    Represents a generic type definition of the base editor class of the built-in PropertyGrid editors.

    Syntax
    'Declaration
     
    Public MustInherit Class TypeEditor(Of T As {New, FrameworkElement}) 
       Implements ITypeEditor 
    'Usage
     
    Dim instance As TypeEditor(Of T)
    public abstract class TypeEditor<T> : ITypeEditor  
    where T: new(), FrameworkElement
    Type Parameters
    T
    The type of element the editor is capable of editing..
    Inheritance Hierarchy
    Protected Properties
     NameDescription
    Protected PropertyGets or sets the editor of the TypeEditor.  
    Protected PropertyGets or sets the value property of the TypeEditor.  
    Top
    Public Methods
     NameDescription
    Public MethodResolves the editor of the passed PropertyItem.  
    Top
    Protected Methods
     NameDescription
    Protected Method  
    Protected MethodCreates a value converter for the TypeEditor.  
    Protected MethodResolves the binding of the value property of the passed PropertyItem.  
    Protected MethodSets the properties of the control.  
    Protected MethodSets the value dependency property.  
    Top
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also